home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d905.lha / Eval / history.doc < prev    next >
Text File  |  1993-08-26  |  1KB  |  40 lines

  1. Version history
  2.  
  3. Version 1.00 (9/88)
  4.  
  5. Eval was originally written to be a flexible PC calculator.  Since I
  6. work in a lab where bessel functions are freqently used, I placed
  7. emphasis on putting bessel functions in the code.  I also wanted
  8. something more powerful than a simple mock-up of an actual calculator.
  9. And since I own an Amiga but work with IBM PC clones, I used ANSI C for
  10. portability.  This version stayed fairly constant over four years, and I
  11. ran it on unix, VMS, and PC (Amiga, IBM, Mac) platforms.
  12.  
  13.  
  14. Version 1.10 (approx 1/93)
  15.  
  16. A friend of mine asked me to put Eval in the public domain, so I figured
  17. I'd better dress it up a little.  I added more flexible output (user
  18. specified precision), automatic pausing every 22 lines, and the ability
  19. to specify input and output in any number base.  I also rewrote the math
  20. library using my own coding (with help from Abromowitz and Stegun :-) so
  21. that I would not infringe upon Numerical Recipes in C's copyright when I
  22. distributed my source code.  Now Eval is entirely my own doing (not
  23. necessarily a good thing ;-).
  24.  
  25.  
  26. Version 1.11  (approx 2/93)
  27.  
  28. A version I never released.  I added better script support.
  29.  
  30.  
  31. Version 1.12  (4-9-93)
  32.  
  33. I added a default write directory and read path for scripts, and I added
  34. the ability to specify a certain page of help.
  35.  
  36. Version 1.13 (4-13-93)
  37.  
  38. I changed the command line argument interpretation so that eval
  39. could evaluate a single expression and quit.
  40.